home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Utilities / Unix / top-v0_3 / Source / boolean.h next >
Encoding:
C/C++ Source or Header  |  1990-12-21  |  125 b   |  6 lines

  1. /* My favorite names for boolean values */
  2. #define  No    0
  3. #define  Yes    1
  4. #define  Maybe    2        /* tri-state boolean, actually */
  5.  
  6.